home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 6 / c_wndw.zip / MTEST.QUI < prev    next >
Text File  |  1989-05-25  |  379b  |  17 lines

  1. /* (c) Marietta Systems, Inc.  1987
  2. *   All rights reserved
  3. *
  4. *   This includes the basic header files for the c_wndw environment   */
  5. #include <bios.h>
  6. #include <conio.h>
  7. #include <ctype.h>
  8. #include <dos.h>
  9. #include <fcntl.h>
  10. #include <io.h>
  11. #include <malloc.h>
  12. #include <stddef.h>
  13. #include <stdio.h>
  14. #include <stdlib.h>
  15. #include <string.h>
  16. #include <c_wndw.h>
  17.